home *** CD-ROM | disk | FTP | other *** search
/ Champak 114 / Vol 114.iso / games / ophel001.swf / scripts / DefineButton2_982 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2010-08-12  |  343 b   |  14 lines

  1. on(release){
  2.    if(eval("/Variables:CordePrise") == false)
  3.    {
  4.       loadVariablesNum("/arcane/tracking/tracking.html?episode=7&stage=23",0);
  5.       set("/Variables:VaVers01","Sc02");
  6.       set("/Variables:PositionPerso","Auto");
  7.       tellTarget(Gregor)
  8.       {
  9.          gotoAndStop("180Droite");
  10.          play();
  11.       }
  12.    }
  13. }
  14.